Browser support: Update the site for jQuery 3.0.0#102
Browser support: Update the site for jQuery 3.0.0#102mgol wants to merge 1 commit intojquery:masterfrom
Conversation
|
Note: @markelog wanted to add the Yandex Browser as well since it's another Chromium-based browser that's quite popular in certain countries and has miniscule market share globally, just like Opera - now that we dropped Opera 12.1x, the latest non-Chromium-based one. |
You might consider the approach already used for other sites where a 3-0 branch would be created so that changes like this can land as they're ready. This branch would then be constantly rebased and when 3.0.0 is released, you can merge it into master as a fast forward, then delete the branch. |
|
This repo is pretty small & doesn't change a lot but if we had other changes prepared for 3.0.0 then that might be a good idea. |
|
You might consider just pushing this jquery-3 branch to the jquery repo and using it as a base for a new PR to keep the "tracking" going - other PR's can be landed against it if we have other updates. |
OK, migrated to #103. |
NOTE: don't merge it before we cut stable jQuery 3.0.0!
This PR is a preparation for the browser-support site changes that are needed for jQuery 3.0.0.
Apart from updating browsers' versions, I made a couple of changes:
jQueryto be first &jQuery Compatto be second. At this point where we're starting discussing dropping IE8 in some not-so-absurdly-distant future, with additional platform support like Node (it wasn't really properly tested in 2.x) and, last but not least, considering that the namejQueryhints it is the main line it made sense to me to change the "default" version to choose.(Current - 1) or Currentto(Current - 1) and Currentas we support both versions, not one of the other.Edge is presented separately as we don't know if BrowserStack will make more than one build available. Edge will not have official version numbers but its user agent contains the build number in the form of
Edge/12.BUILD_NUMBER; current build is 9600. If more than one build will be made available, I'd merge this column with the Chrome one.Screenshots:
cc @jquery/core
Things to consider: